home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / gapdemo1.zip / GAP.BAT < prev    next >
DOS Batch File  |  1992-06-25  |  400b  |  16 lines

  1. @echo off
  2.  
  3. REM     This is the file used to run GAP Communications. GAP
  4. REM     must be run from this batch file in order for the various
  5. REM     programs to work together.
  6.  
  7. REM     Change the following two REM's to reflect your drive and
  8. REM     default directory, in case you installed to a different
  9. REM     drive and/or directory.
  10.  
  11. REM c:
  12. REM cd \gap
  13. gapmenu
  14. if errorlevel 99 gap
  15.  
  16.